home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / descent / cdpp.bat next >
Encoding:
DOS Batch File  |  1996-01-09  |  271 b   |  20 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo   This game/demo needs approx 7Mb of drive space
  6. echo.
  7. echo.  Now copying files.
  8. echo.
  9. md c:\descent\
  10. xcopy *.* c:\descent\ /s
  11. attrib c:\descent\*.* -r -a -s -h /s
  12. c:
  13. cd\
  14. cd descent
  15. call setup.exe
  16. call descent.exe
  17. cd\
  18. d:
  19.  
  20.